Item Constructor (String, String) |
Initializes a new instance of the Item class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Item(
string subject,
string itemClass
)
Public Sub New (
subject As String,
itemClass As String
)
Parameters
- subject
- Type: SystemString
The subject. - itemClass
- Type: SystemString
The item class.
See Also